home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / CLiCC-CodeWarrior-0.6.2 / README < prev   
Encoding:
Text File  |  1994-09-12  |  2.9 KB  |  69 lines  |  [TEXT/ttxt]

  1. ---------------------------------------------------------------------
  2.  Copyright (C) 1993 Christian-Albrechts-Universitaet zu Kiel, Germany
  3. ---------------------------------------------------------------------
  4.  Projekt  : APPLY - A Practicable And Portable Lisp Implementation
  5.             ------------------------------------------------------
  6.  Funktion : README for CLiCC
  7.  
  8.  $Revision: 1.5 $
  9.  $Id: README,v 1.5 1993/10/25 11:31:37 hk Exp $
  10. ------------------------------------------------------------------
  11.  
  12.  CLiCC is a Common Lisp to C Compiler.  It generates C-executables 
  13.  from Common Lisp application programs. CLiCC is not a Common Lisp 
  14.  system.  Hence it does  not  include any  program  development or 
  15.  debugging support.  CLiCC is intended to  be used as an  addon to 
  16.  existing Common Lisp systems for generating portable applications.
  17.  
  18.  CLiCC supports a subset of Common Lisp + CLOS, which we call CL_0
  19.  (CommonLisp_0).  CL_0  is a strict and very large  subset of full
  20.  Common Lisp + CLOS, without  (EVAL ...) and friends.  At present,
  21.  CL_0 is based on CLtL1,  but  we  are  working towards  CLtL2 and
  22.  ANSI-CL.
  23.  
  24.  The target language is a subset of C. CLiCC is adaptable to gene-
  25.  rate ANSI-C or K&R-C by using a compiler option.  The generated C 
  26.  code is compilable using  a conventional C compiler on the target 
  27.  machine,  and must be  linked with the  CLiCC runtime library  in
  28.  order to generate executables. 
  29.  
  30.  -----------------------------------------------------------------
  31.  
  32.            CLiCC is available via anonymous ftp from
  33.  
  34.            ftp.informatik.uni-kiel.de  (134.245.15.113) 
  35.            file: kiel/apply/clicc-0.6.2.tar.Z
  36.  
  37.  -----------------------------------------------------------------
  38.  
  39.  See at the file COPYRIGHT for copyright and  warranty conditions.
  40.  The file INSTALL describes the installation of CLiCC and the file
  41.  src/compiler/README describes the usage of the compiler.
  42.  
  43.  Look into the directory doc for papers about CL_0,  the generated 
  44.  C code, the used intermediate representation of programs, and the
  45.  migration of Common Lisp programs to CL_0.
  46.  
  47.  If you have any problems using CLiCC, please contact us. You will 
  48.  find our  e-mail  and  mail  addresses below.  Any suggestions or 
  49.  ideas to improve  CLiCC  are welcome.  We are very interested  in
  50.  hearing about you, even if you just used CLiCC successfully.
  51.  
  52.  -----------------------------------------------------------------
  53.  
  54.             Wolfgang Goerigk, wg@informatik.uni-kiel.de
  55.             Ulrich Hoffmann, uho@informatik.uni-kiel.de
  56.             Heinz Knutzen, hk@informatik.uni-kiel.de
  57.  
  58.  
  59.               Christian-Albrechts-Universitaet zu Kiel, 
  60.          Institut fuer Informatik und Praktische Mathematik
  61.                          Preusserstr. 1-9
  62.                       D-24105 Kiel, Germany
  63.  
  64.  -----------------------------------------------------------------
  65.  
  66.   (*) This work was supported by the German Federal Ministry for
  67.   Research and Technology (BMFT) within the joint project APPLY.
  68.  
  69.